GET /api/bet_types/63acfd7a-2061-493c-b07a-b62734a6116e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63acfd7a-2061-493c-b07a-b62734a6116e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5094736-6aea-4de9-a288-0f621f7f5cc8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:08.313289-04: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": "Houston Texans",
                "amount": 5788.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "874e2269-5645-4d90-b5c7-2f74c7328175",
            "gambit_id": "85ad40f7-7b51-4f83-a1b3-9404c987be26",
            "last_updated": "2023-11-06T21:13:19.584902-05:00",
            "created_at": "2023-11-02T09:03:08.329666-04:00",
            "name": "Houston Texans",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63acfd7a-2061-493c-b07a-b62734a6116e/?format=api"
        },
        {
            "id": "83a5fc7f-247f-4a69-8d22-819fdbb3c2ad",
            "gambit_id": "c81b42f9-4866-4dc2-9bc3-01f727e8a0e1",
            "last_updated": "2023-11-06T21:13:19.580851-05:00",
            "created_at": "2023-11-02T09:03:08.321654-04:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63acfd7a-2061-493c-b07a-b62734a6116e/?format=api"
        }
    ]
}