GET /api/bet_types/a0d075b5-87ab-423b-9aa4-2b4cac1f45a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0d075b5-87ab-423b-9aa4-2b4cac1f45a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/18715d44-9dc3-4678-8f1e-5974f483a101/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:26:57.693870-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 (J Musgrove)",
                "amount": 6353.0
            },
            {
                "team": "SFO (S Manaea)",
                "amount": 3647.0
            }
        ],
        "expected_reward_tokens": 9591.61,
        "profit_sb": 91.61,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "ca53f99b-a13d-4990-a5ed-00b4da9696d0",
            "gambit_id": "f4dabae8-dc47-4e7e-8d0e-c758b000bcac",
            "last_updated": "2023-04-30T15:32:14.696627-04:00",
            "created_at": "2023-04-29T16:26:57.695857-04:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0d075b5-87ab-423b-9aa4-2b4cac1f45a8/?format=api"
        },
        {
            "id": "6d458337-0af5-48b8-86df-268272f98099",
            "gambit_id": "9215b01d-ed90-4b5d-b921-d3fb9ea7495f",
            "last_updated": "2023-04-30T15:32:14.698097-04:00",
            "created_at": "2023-04-29T16:26:57.698566-04:00",
            "name": "SFO (S Manaea)",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0d075b5-87ab-423b-9aa4-2b4cac1f45a8/?format=api"
        }
    ]
}