GET /api/bet_types/5e23ba5b-e604-46a8-acc6-9428c224575a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e23ba5b-e604-46a8-acc6-9428c224575a",
    "match": "https://api-prod.gambitprofit.com/api/matches/945cd76d-a747-4fc4-950a-5b306ba9729f/?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": "MIA",
                "amount": 5511.0
            },
            {
                "team": "SDG",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "1298a6c8-604d-4ad2-9992-b289dbd1b9eb",
            "gambit_id": "02249995-b755-4647-bca7-a65e3640d7d8",
            "last_updated": "2022-08-17T10:02:07.773657-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e23ba5b-e604-46a8-acc6-9428c224575a/?format=api"
        },
        {
            "id": "3c146a9c-d7cf-4f49-b360-9b7494819de5",
            "gambit_id": "88df1a43-0fcd-4252-94d1-26d7fd7526cf",
            "last_updated": "2022-08-17T10:02:07.774098-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e23ba5b-e604-46a8-acc6-9428c224575a/?format=api"
        }
    ]
}