GET /api/bet_types/5146fa3f-5344-471f-a1bf-3819a6be31c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5146fa3f-5344-471f-a1bf-3819a6be31c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/192e62fc-e75f-4962-8ade-e3c0ae069530/?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": "Troy",
                "amount": 5097.0
            },
            {
                "team": "Marshall",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "95d65b34-18e6-4a93-b143-73b4358ee361",
            "gambit_id": "597b605b-95c7-40fe-a117-f0df405656ed",
            "last_updated": "2022-09-25T21:17:17.267246-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5146fa3f-5344-471f-a1bf-3819a6be31c0/?format=api"
        },
        {
            "id": "eb6ef51a-ef80-4497-9819-423d960e84c0",
            "gambit_id": "3f94edca-a88d-4268-b095-ad88259ede34",
            "last_updated": "2022-09-25T21:17:17.268219-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marshall",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5146fa3f-5344-471f-a1bf-3819a6be31c0/?format=api"
        }
    ]
}