GET /api/bet_types/4de6db52-7346-4652-8d4c-3761a21ea4de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4de6db52-7346-4652-8d4c-3761a21ea4de",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec6fd820-6ff1-4238-9f9b-bb3bfb84df38/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-12T08:57:08.712339-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": "STL (J Flaherty)",
                "amount": 6060.0
            },
            {
                "team": "COL (J Urena)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "39238cf3-9791-4555-82bb-626cc4a9dc44",
            "gambit_id": "537926e7-eb83-49f9-a514-8afa7d113de7",
            "last_updated": "2023-04-13T11:07:16.200109-04:00",
            "created_at": "2023-04-12T08:57:08.716956-04:00",
            "name": "STL (J Flaherty)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4de6db52-7346-4652-8d4c-3761a21ea4de/?format=api"
        },
        {
            "id": "98cfe7ba-f390-4724-864f-529406823bf1",
            "gambit_id": "c304ffc9-e465-4411-8fd8-62833bb24efb",
            "last_updated": "2023-04-13T11:07:16.198693-04:00",
            "created_at": "2023-04-12T08:57:08.714649-04:00",
            "name": "COL (J Urena)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4de6db52-7346-4652-8d4c-3761a21ea4de/?format=api"
        }
    ]
}