GET /api/bet_types/6bc06fe3-4b41-43c6-9bfd-ff5ec555a1ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bc06fe3-4b41-43c6-9bfd-ff5ec555a1ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/4edb838c-082c-4360-b5e3-ec0a54be9129/?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": "Oklahoma",
                "amount": 6448.0
            },
            {
                "team": "TCU",
                "amount": 3552.0
            }
        ],
        "expected_reward_tokens": 9412.8,
        "profit_sb": 412.8,
        "profit_sb_percentage": 4.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "d6178113-3630-43dc-afcb-c6c637106d7b",
            "gambit_id": "c6eec422-577a-46f9-8c11-998d8e016a92",
            "last_updated": "2022-10-02T15:17:24.385117-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc06fe3-4b41-43c6-9bfd-ff5ec555a1ed/?format=api"
        },
        {
            "id": "068c2ce4-12f9-4bc2-ae3a-f04c8d920535",
            "gambit_id": "b9116966-d48e-46bb-b601-f9ca9dd085a2",
            "last_updated": "2022-10-02T15:17:24.384031-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "2.65000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc06fe3-4b41-43c6-9bfd-ff5ec555a1ed/?format=api"
        }
    ]
}