GET /api/bet_types/38ce7565-85eb-42b2-9e88-c465537b26a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38ce7565-85eb-42b2-9e88-c465537b26a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/134ac30e-fcf2-4d3d-adc1-4420dc14f3ec/?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": "Kansas",
                "amount": 7027.0
            },
            {
                "team": "Duke",
                "amount": 2973.0
            }
        ],
        "expected_reward_tokens": 9275.64,
        "profit_sb": 275.64,
        "profit_sb_percentage": 3.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "71ddb4ea-16d2-473c-8021-908033cdbbee",
            "gambit_id": "b5695bc8-2303-4bc3-843c-8b59f40f1103",
            "last_updated": "2022-09-25T11:27:10.850353-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "1.32000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38ce7565-85eb-42b2-9e88-c465537b26a2/?format=api"
        },
        {
            "id": "6397de7b-0da3-4b80-a0a2-a7e81e9c3f77",
            "gambit_id": "00c7ba56-3a5d-4acb-ad96-1c727ec65055",
            "last_updated": "2022-09-25T11:27:10.851440-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "3.12000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38ce7565-85eb-42b2-9e88-c465537b26a2/?format=api"
        }
    ]
}