GET /api/bet_types/f9218ddd-d1fd-430e-818d-d08bdc25905e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9218ddd-d1fd-430e-818d-d08bdc25905e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6672f9f9-1d73-48b9-a674-5fc43a687a2f/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "ATL",
                "amount": 5580.0
            },
            {
                "team": "OAK",
                "amount": 4420.0
            }
        ],
        "expected_reward_tokens": 9149.4,
        "profit_sb": 149.4,
        "profit_sb_percentage": 1.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "b6742647-d9d9-4c1d-9702-3de672ebb1ed",
            "gambit_id": "a44b2713-e5ae-47fb-b1b4-2de9aee9143d",
            "last_updated": "2022-09-07T12:46:59.748558-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.64000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9218ddd-d1fd-430e-818d-d08bdc25905e/?format=api"
        },
        {
            "id": "90232da5-a4c0-43f0-9963-0ac9e62ff810",
            "gambit_id": "1ea9f13d-5a83-4e33-9271-3b11d3c92da4",
            "last_updated": "2022-09-07T12:46:59.747591-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "2.07000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9218ddd-d1fd-430e-818d-d08bdc25905e/?format=api"
        }
    ]
}