GET /api/bet_types/1411daa5-e296-4df5-bb44-f23b670ca1ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1411daa5-e296-4df5-bb44-f23b670ca1ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/866d69e9-a620-479c-9441-cf1a69fec6e4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T09:28:03.090262-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": "MIN (S Gray)",
                "amount": 6139.0
            },
            {
                "team": "PIT (M Keller)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "dccb8197-c926-4411-918b-70ab60cca682",
            "gambit_id": "6b6cca9f-6ad4-4e9d-ab1b-d319abae6a66",
            "last_updated": "2023-08-21T11:03:21.639778-04:00",
            "created_at": "2023-08-19T09:28:03.101179-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1411daa5-e296-4df5-bb44-f23b670ca1ce/?format=api"
        },
        {
            "id": "6b6f8271-9e0f-4420-b6ec-56de702aba3c",
            "gambit_id": "11ebf998-156f-41ef-a4d7-2e32f28817a6",
            "last_updated": "2023-08-21T11:03:21.635681-04:00",
            "created_at": "2023-08-19T09:28:03.095704-04:00",
            "name": "PIT (M Keller)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1411daa5-e296-4df5-bb44-f23b670ca1ce/?format=api"
        }
    ]
}