GET /api/bet_types/591c4718-7487-4f55-b72b-dd2060bfc91b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "591c4718-7487-4f55-b72b-dd2060bfc91b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e4df0d5-d84d-464f-92b8-f696bee567ba/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-01T09:21:57.572359-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": "Phoenix Suns",
                "amount": 8007.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 1993.0
            }
        ],
        "expected_reward_tokens": 9526.54,
        "profit_sb": 26.54,
        "profit_sb_percentage": 0.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "b46d1f5a-43cc-4081-8fb8-ed5d73d0c468",
            "gambit_id": "fdcf49bb-47ac-4aa8-98dc-cbbb11e789b2",
            "last_updated": "2023-03-02T07:21:56.180895-05:00",
            "created_at": "2023-03-01T09:21:57.574947-05:00",
            "name": "Phoenix Suns",
            "reward": "1.19000",
            "odds": "1.19230",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/591c4718-7487-4f55-b72b-dd2060bfc91b/?format=api"
        },
        {
            "id": "7de9200a-ff91-47ac-b5ec-1d4a75f3e31d",
            "gambit_id": "e0c24695-9989-4b76-a3b8-caaf675af406",
            "last_updated": "2023-03-02T07:21:56.179780-05:00",
            "created_at": "2023-03-01T09:21:57.573644-05:00",
            "name": "Charlotte Hornets",
            "reward": "4.78000",
            "odds": "4.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/591c4718-7487-4f55-b72b-dd2060bfc91b/?format=api"
        }
    ]
}