GET /api/bet_types/44994ad1-d011-40d1-b366-24eb154fbb45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44994ad1-d011-40d1-b366-24eb154fbb45",
    "match": "https://api-prod.gambitprofit.com/api/matches/6dd9d96a-5bf7-4386-b677-d5bfd275cb17/?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": "Clemson",
                "amount": 6986.0
            },
            {
                "team": "North Carolina",
                "amount": 3014.0
            }
        ],
        "expected_reward_tokens": 9221.52,
        "profit_sb": 221.52,
        "profit_sb_percentage": 2.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "693f1dec-1065-429f-a8f6-16395c055001",
            "gambit_id": "fbb1d3ec-226f-482a-9795-0d510363fd12",
            "last_updated": "2022-12-05T10:57:35.091254-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.32000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44994ad1-d011-40d1-b366-24eb154fbb45/?format=api"
        },
        {
            "id": "c4d0ee31-a84e-4fb2-868b-94206065e0ee",
            "gambit_id": "a49440c6-c68f-4f93-a956-c65827d89415",
            "last_updated": "2022-12-05T10:57:35.090283-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "3.06000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44994ad1-d011-40d1-b366-24eb154fbb45/?format=api"
        }
    ]
}