GET /api/bet_types/26dc6a0f-4eb8-4e91-a574-557b7755a008/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26dc6a0f-4eb8-4e91-a574-557b7755a008",
    "match": "https://api-prod.gambitprofit.com/api/matches/005e23d4-ff82-4c4f-b54b-de524b699766/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T11:23:09.941515-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": "San Francisco 49ers",
                "amount": 5423.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd69696b-7a50-466e-a957-ce95d7274d41",
            "gambit_id": "a15dfc53-d383-492c-af3a-64ef152fa539",
            "last_updated": "2024-02-07T01:52:57.503387-05:00",
            "created_at": "2024-01-30T11:23:09.947538-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26dc6a0f-4eb8-4e91-a574-557b7755a008/?format=api"
        },
        {
            "id": "41a09b65-a714-4a59-bb58-0e5cd3b5c685",
            "gambit_id": "e9337d15-ac25-40ae-b767-0bface61575e",
            "last_updated": "2024-02-07T01:52:57.507190-05:00",
            "created_at": "2024-01-30T11:23:09.952710-05:00",
            "name": "Kansas City Chiefs",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26dc6a0f-4eb8-4e91-a574-557b7755a008/?format=api"
        }
    ]
}