GET /api/bet_types/f2046410-a692-46e7-b025-8a96357c5082/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2046410-a692-46e7-b025-8a96357c5082",
    "match": "https://api-prod.gambitprofit.com/api/matches/80c08a0c-a31f-409d-9ce1-1173166d7142/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "North Carolina",
                "amount": 7127.0
            },
            {
                "team": "Virginia",
                "amount": 2873.0
            }
        ],
        "expected_reward_tokens": 9193.6,
        "profit_sb": 193.6,
        "profit_sb_percentage": 2.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ccf9711-5594-43ea-b9ae-f70d616210eb",
            "gambit_id": "3f2acf88-c402-4c31-bdff-31e2d85d70d7",
            "last_updated": "2022-11-06T08:22:41.213395-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "1.29000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2046410-a692-46e7-b025-8a96357c5082/?format=api"
        },
        {
            "id": "f55f1216-5662-461d-9209-723c9d555c38",
            "gambit_id": "e848b4f6-b57f-4ac8-b5ff-23dea8e2ac73",
            "last_updated": "2022-11-06T08:22:41.212402-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia",
            "reward": "3.20000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2046410-a692-46e7-b025-8a96357c5082/?format=api"
        }
    ]
}