GET /api/bet_types/9357df36-c494-4738-b941-5806a6a121af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9357df36-c494-4738-b941-5806a6a121af",
    "match": "https://api-prod.gambitprofit.com/api/matches/da8dce85-39fb-4a6c-a881-e2e2b7b85013/?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": "Florida Atlantic",
                "amount": 5863.0
            },
            {
                "team": "UTEP",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d26bb07-8b3b-4de7-a4c4-db4fae2bf83b",
            "gambit_id": "20bf6ba8-6a65-4fcc-99f6-16c9948ebbc6",
            "last_updated": "2022-10-23T19:42:07.138905-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9357df36-c494-4738-b941-5806a6a121af/?format=api"
        },
        {
            "id": "3447c640-9154-4d9d-ab56-9795c6a744c9",
            "gambit_id": "e9d0cb91-17cd-4bbe-befa-657c3fc83f15",
            "last_updated": "2022-10-23T19:42:07.137746-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTEP",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9357df36-c494-4738-b941-5806a6a121af/?format=api"
        }
    ]
}