GET /api/bet_types/c8242bc9-7a78-422d-bc76-fb2cd2fe8d1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8242bc9-7a78-422d-bc76-fb2cd2fe8d1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6addf38-5d0b-473a-bc8d-5b1e5362dbb7/?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": "East Carolina",
                "amount": 5000.0
            },
            {
                "team": "Old Dominion",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "77db8939-6ea8-4df8-9fa7-daa8c9cf974b",
            "gambit_id": "56573d0c-453a-4f85-a7da-f2ebba4b9e1d",
            "last_updated": "2022-09-11T10:42:23.940054-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "East Carolina",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8242bc9-7a78-422d-bc76-fb2cd2fe8d1d/?format=api"
        },
        {
            "id": "c5419a32-60d1-4952-9592-2f97fcd0eae0",
            "gambit_id": "2e279ed2-5948-449f-82c9-54eca1e8dfe6",
            "last_updated": "2022-09-11T10:42:23.941034-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Old Dominion",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8242bc9-7a78-422d-bc76-fb2cd2fe8d1d/?format=api"
        }
    ]
}