GET /api/bet_types/60e4ab73-4bdc-4be3-b3e6-a4f3642593f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60e4ab73-4bdc-4be3-b3e6-a4f3642593f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/69f04eab-66b6-4f24-a7dc-641b9ae5e8aa/?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": "Appalachian St",
                "amount": 6739.0
            },
            {
                "team": "James Madison",
                "amount": 3261.0
            }
        ],
        "expected_reward_tokens": 9163.41,
        "profit_sb": 163.41,
        "profit_sb_percentage": 1.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "91117c54-7eb5-4ae4-91ef-9634ae75fac7",
            "gambit_id": "d4e3ac0d-04d5-4efa-86e4-9a129f16e438",
            "last_updated": "2022-09-25T19:57:06.105042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Appalachian St",
            "reward": "1.36000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e4ab73-4bdc-4be3-b3e6-a4f3642593f2/?format=api"
        },
        {
            "id": "9fa4dad9-7111-401e-a8b7-739d3ae8106e",
            "gambit_id": "417db3ac-e17d-4cac-ae8b-fe52110e4b8d",
            "last_updated": "2022-09-25T19:57:06.106129-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "James Madison",
            "reward": "2.81000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60e4ab73-4bdc-4be3-b3e6-a4f3642593f2/?format=api"
        }
    ]
}