GET /api/bet_types/a62ceae6-bae2-4851-9c22-babe58ab5d12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a62ceae6-bae2-4851-9c22-babe58ab5d12",
    "match": "https://api-prod.gambitprofit.com/api/matches/24693b56-60a1-421a-9c0f-a7af4d325864/?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": 5000.0
            },
            {
                "team": "Army",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "04b64b2f-740e-412e-a323-c228c17e3556",
            "gambit_id": "8bd364b1-79d3-4692-a339-66c0796c73c4",
            "last_updated": "2022-11-14T09:44:01.662850-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a62ceae6-bae2-4851-9c22-babe58ab5d12/?format=api"
        },
        {
            "id": "8f2be6b2-229e-46cc-a669-f39c10573c24",
            "gambit_id": "27295a8f-0f2d-4231-b47f-8ea44acbb5e3",
            "last_updated": "2022-11-14T09:44:01.663880-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Army",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a62ceae6-bae2-4851-9c22-babe58ab5d12/?format=api"
        }
    ]
}