GET /api/bet_types/8f7eb360-3e5e-4dcb-a227-8496f10ae9b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f7eb360-3e5e-4dcb-a227-8496f10ae9b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/7149500d-7bf2-4ea5-9e60-b174c339dbdf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-22T08:23:03.322759-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": "NYY (D German)",
                "amount": 5013.0
            },
            {
                "team": "SEA (B Woo)",
                "amount": 4987.0
            }
        ],
        "expected_reward_tokens": 9574.83,
        "profit_sb": 74.83,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f91aa5f-21a1-40c7-9279-682dcbebf2c3",
            "gambit_id": "3c25f002-c52f-4a90-a88d-ee22f3844cfa",
            "last_updated": "2023-06-23T14:37:59.315306-04:00",
            "created_at": "2023-06-22T08:23:03.327299-04:00",
            "name": "NYY (D German)",
            "reward": "1.91000",
            "odds": "1.94340",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f7eb360-3e5e-4dcb-a227-8496f10ae9b9/?format=api"
        },
        {
            "id": "05b3ae0e-6227-452d-875a-c0fa49193230",
            "gambit_id": "b6f5f3f6-aa7c-40b2-902b-8c89cf4f223f",
            "last_updated": "2023-06-23T14:37:59.313381-04:00",
            "created_at": "2023-06-22T08:23:03.324662-04:00",
            "name": "SEA (B Woo)",
            "reward": "1.92000",
            "odds": "1.96150",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f7eb360-3e5e-4dcb-a227-8496f10ae9b9/?format=api"
        }
    ]
}