GET /api/bet_types/eacf85f9-8b57-480d-b5df-e270fb81893d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eacf85f9-8b57-480d-b5df-e270fb81893d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d5e7b4b-2960-4d74-a3ff-27f2e679e40f/?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": "CHC",
                "amount": 5680.0
            },
            {
                "team": "MIL",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "4c1f1cef-3d41-49f1-a59b-b0886cb258d0",
            "gambit_id": "3d8e2be5-30cd-424f-bae9-f5c26ba6fcf1",
            "last_updated": "2022-08-29T13:07:05.194571-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eacf85f9-8b57-480d-b5df-e270fb81893d/?format=api"
        },
        {
            "id": "c4a02975-6a40-4bef-9253-eeb4d1f3dc36",
            "gambit_id": "728b842b-8d81-4c1c-aa6d-c6d5a7345bd5",
            "last_updated": "2022-08-29T13:07:05.193997-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eacf85f9-8b57-480d-b5df-e270fb81893d/?format=api"
        }
    ]
}