GET /api/bet_types/15467ea6-5d0c-437b-b932-1fd5d3e8af83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15467ea6-5d0c-437b-b932-1fd5d3e8af83",
    "match": "https://api-prod.gambitprofit.com/api/matches/a599c65f-cd66-4842-960a-c6babbc072cb/?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": "BOS",
                "amount": 6047.0
            },
            {
                "team": "TAM",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": 250.02,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "3c4ba0dd-6703-4ece-b529-9e2c7a389380",
            "gambit_id": "dbcb7c63-4ca6-4f64-8812-5d4d7c313d52",
            "last_updated": "2022-09-07T12:47:04.154495-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.53000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15467ea6-5d0c-437b-b932-1fd5d3e8af83/?format=api"
        },
        {
            "id": "ec4035ae-4c37-45a5-bb55-0ade2f23b621",
            "gambit_id": "d01bdc84-2ee6-4f00-8698-1eeeeae59a2d",
            "last_updated": "2022-09-07T12:47:04.153314-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "2.34000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15467ea6-5d0c-437b-b932-1fd5d3e8af83/?format=api"
        }
    ]
}