GET /api/bet_types/734c892f-0d66-4422-abe6-1fac79142723/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "734c892f-0d66-4422-abe6-1fac79142723",
    "match": "https://api-prod.gambitprofit.com/api/matches/f72c14a1-9784-45df-aee9-8dd37eafb83a/?format=api",
    "name": "Pick the Winner",
    "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": "LSU",
                "amount": 6542.0
            },
            {
                "team": "Arkansas",
                "amount": 3458.0
            }
        ],
        "expected_reward_tokens": 9093.38,
        "profit_sb": 93.38,
        "profit_sb_percentage": 1.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "89746fec-6a9d-4d62-92ee-03816cc8e17a",
            "gambit_id": "d31710ef-a8fc-4014-9cfc-c6e5a891c399",
            "last_updated": "2022-11-14T10:33:54.091933-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.39000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/734c892f-0d66-4422-abe6-1fac79142723/?format=api"
        },
        {
            "id": "31e2b77c-de55-44a5-8a68-70baf902c0c1",
            "gambit_id": "db6480e5-0b9f-4c42-a0e9-d6e6a7f210e9",
            "last_updated": "2022-11-14T10:33:54.090956-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "2.63000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/734c892f-0d66-4422-abe6-1fac79142723/?format=api"
        }
    ]
}