GET /api/bet_types/000a0499-3188-408c-bce2-9c19757b7fcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "000a0499-3188-408c-bce2-9c19757b7fcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cdfe567-7a99-40d7-90e4-72450e67d529/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-24T12:58:15.457151-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": "ATL (A Winans)",
                "amount": 6721.0
            },
            {
                "team": "WAS (J Rutledge)",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9541.89,
        "profit_sb": 41.89,
        "profit_sb_percentage": 0.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "4abf0ff8-7ffb-4e97-804a-6a746f5fff26",
            "gambit_id": "0c8f9335-d6e8-494a-a2d6-6a87db615945",
            "last_updated": "2023-09-26T09:58:05.963204-04:00",
            "created_at": "2023-09-24T12:58:15.461122-04:00",
            "name": "ATL (A Winans)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/000a0499-3188-408c-bce2-9c19757b7fcf/?format=api"
        },
        {
            "id": "984a0745-9e2c-4455-b007-421b61631cab",
            "gambit_id": "b699cceb-e3e5-45dd-8aa7-20f6e6992ffe",
            "last_updated": "2023-09-26T09:58:05.966746-04:00",
            "created_at": "2023-09-24T12:58:15.465317-04:00",
            "name": "WAS (J Rutledge)",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/000a0499-3188-408c-bce2-9c19757b7fcf/?format=api"
        }
    ]
}