GET /api/bet_types/422169a5-7dd1-490d-affc-c1c576ea3c18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "422169a5-7dd1-490d-affc-c1c576ea3c18",
    "match": "https://api-prod.gambitprofit.com/api/matches/64ac52c7-1bd7-4c28-8dc2-b1c0465d4ef1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-30T08:18:12.944932-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": "MIN (S Gray)",
                "amount": 5827.0
            },
            {
                "team": "CLE (T Bibee)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "77a9caf4-707a-439e-a560-311bb06d0208",
            "gambit_id": "13a35e41-9f1e-4003-a36a-f15a6d743ff7",
            "last_updated": "2023-08-31T19:28:23.254143-04:00",
            "created_at": "2023-08-30T08:18:12.956019-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/422169a5-7dd1-490d-affc-c1c576ea3c18/?format=api"
        },
        {
            "id": "2634dd82-08b6-4bb0-abcd-9bd048e923bf",
            "gambit_id": "0b6fde6f-fdbf-49d5-8f90-1bdf01564b79",
            "last_updated": "2023-08-31T19:28:23.249694-04:00",
            "created_at": "2023-08-30T08:18:12.950624-04:00",
            "name": "CLE (T Bibee)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/422169a5-7dd1-490d-affc-c1c576ea3c18/?format=api"
        }
    ]
}