GET /api/bet_types/a0b83e4d-c65a-4d36-a79a-93c2f15ff835/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0b83e4d-c65a-4d36-a79a-93c2f15ff835",
    "match": "https://api-prod.gambitprofit.com/api/matches/733b9883-fec7-42bf-b86e-f2859a413c42/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T10:22:13.125294-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": "LAA (P Sandoval)",
                "amount": 6070.0
            },
            {
                "team": "OAK (S Fujinami)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "355cd6f7-2c99-498c-8749-f2c604c62910",
            "gambit_id": "325dc34d-9a89-42ac-8164-98a498506d04",
            "last_updated": "2023-04-03T10:02:00.611118-04:00",
            "created_at": "2023-04-01T10:22:13.129392-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0b83e4d-c65a-4d36-a79a-93c2f15ff835/?format=api"
        },
        {
            "id": "b6bcec62-adf0-4cd6-89d7-84f747e78050",
            "gambit_id": "980b242f-cb1b-4cdd-97b4-a7cad2c7dd32",
            "last_updated": "2023-04-03T10:02:00.608919-04:00",
            "created_at": "2023-04-01T10:22:13.127220-04:00",
            "name": "OAK (S Fujinami)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0b83e4d-c65a-4d36-a79a-93c2f15ff835/?format=api"
        }
    ]
}