GET /api/bet_types/510e97fc-e3c5-4230-91a6-45b4ed541bbb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "510e97fc-e3c5-4230-91a6-45b4ed541bbb",
    "match": "https://api-prod.gambitprofit.com/api/matches/497df9e5-f964-42b2-932a-62871e96c645/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-30T08:18:13.230148-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": "SDG (R Hill)",
                "amount": 5026.0
            },
            {
                "team": "STL (M Mikolas)",
                "amount": 4974.0
            }
        ],
        "expected_reward_tokens": 9549.4,
        "profit_sb": 49.4,
        "profit_sb_percentage": 0.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "5bd8f587-41f5-411d-8250-0f715fce2847",
            "gambit_id": "f206a36b-066d-4335-b142-50a3a00129ce",
            "last_updated": "2023-08-31T19:28:23.484795-04:00",
            "created_at": "2023-08-30T08:18:13.234682-04:00",
            "name": "SDG (R Hill)",
            "reward": "1.90000",
            "odds": "1.94340",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/510e97fc-e3c5-4230-91a6-45b4ed541bbb/?format=api"
        },
        {
            "id": "a935b2b6-bce5-46b4-bfb3-579a8686da4c",
            "gambit_id": "6cf61faf-c3cd-4b7a-92f9-65c9988cc017",
            "last_updated": "2023-08-31T19:28:23.488415-04:00",
            "created_at": "2023-08-30T08:18:13.239831-04:00",
            "name": "STL (M Mikolas)",
            "reward": "1.92000",
            "odds": "1.96150",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/510e97fc-e3c5-4230-91a6-45b4ed541bbb/?format=api"
        }
    ]
}