GET /api/bet_types/c6825444-bb1d-49b2-a4db-96b4f799e3ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6825444-bb1d-49b2-a4db-96b4f799e3ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/25730f6b-cca6-4b2f-8242-71a6f9329473/?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": "Oklahoma",
                "amount": 5109.0
            },
            {
                "team": "UTEP",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "848a73f1-3ae2-46c9-a5a7-2cc6a74c8fb7",
            "gambit_id": "c762bde1-483f-486a-9586-27158af10094",
            "last_updated": "2022-09-05T09:52:25.416763-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "-31.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6825444-bb1d-49b2-a4db-96b4f799e3ad/?format=api"
        },
        {
            "id": "21f1b8f7-7779-46b1-b569-d679bf0da100",
            "gambit_id": "b6908e25-2ee1-4efb-953e-ba3c2abec19f",
            "last_updated": "2022-09-05T09:52:25.417705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "31.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6825444-bb1d-49b2-a4db-96b4f799e3ad/?format=api"
        }
    ]
}