GET /api/bet_types/5958b80b-f3aa-4034-abd6-2c55495b918d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5958b80b-f3aa-4034-abd6-2c55495b918d",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cedad9e-e7c8-4827-b4f2-c8876bbce146/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-04T10:52:11.978870-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": "SEA (G Kirby)",
                "amount": 6833.0
            },
            {
                "team": "OAK (D Rucinski)",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 9564.34,
        "profit_sb": 64.34,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "634a48f0-e909-43b5-a810-314ee4ba1c9d",
            "gambit_id": "1c2c82e0-a6ae-4533-9126-d8bd4be3c760",
            "last_updated": "2023-05-05T11:47:08.418780-04:00",
            "created_at": "2023-05-04T10:52:11.981654-04:00",
            "name": "SEA (G Kirby)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5958b80b-f3aa-4034-abd6-2c55495b918d/?format=api"
        },
        {
            "id": "b1b88013-ac20-4f32-b898-23a9e7f8b6b7",
            "gambit_id": "6a1ede65-e934-429b-8002-45506c5016d9",
            "last_updated": "2023-05-05T11:47:08.417111-04:00",
            "created_at": "2023-05-04T10:52:11.980204-04:00",
            "name": "OAK (D Rucinski)",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5958b80b-f3aa-4034-abd6-2c55495b918d/?format=api"
        }
    ]
}