GET /api/bet_types/eb11e857-6fa1-46eb-999d-9b7474a2f7cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb11e857-6fa1-46eb-999d-9b7474a2f7cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/3db7c58d-8cf0-4d1c-b70b-9fe0e41575f6/?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": "Central Michigan",
                "amount": 7221.0
            },
            {
                "team": "Ball State",
                "amount": 2779.0
            }
        ],
        "expected_reward_tokens": 9531.72,
        "profit_sb": 31.72,
        "profit_sb_percentage": 0.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "2385f458-40c5-419c-b3d5-1a54265a7524",
            "gambit_id": "1384cc7e-c222-4fae-98e3-9d25ef439787",
            "last_updated": "2022-10-11T11:07:31.925773-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Michigan",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb11e857-6fa1-46eb-999d-9b7474a2f7cf/?format=api"
        },
        {
            "id": "c0d75222-4cdd-43ac-b686-bed1b29b3aa6",
            "gambit_id": "79e3363f-13aa-4aff-ae4e-31454af4ff70",
            "last_updated": "2022-10-11T11:07:31.926868-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ball State",
            "reward": "3.43000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb11e857-6fa1-46eb-999d-9b7474a2f7cf/?format=api"
        }
    ]
}