GET /api/bet_types/fcf36ca2-5afa-44b7-b183-a38b12c68233/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fcf36ca2-5afa-44b7-b183-a38b12c68233",
    "match": "https://api-prod.gambitprofit.com/api/matches/966ba61d-5955-4e6e-baf6-836af79cfb9d/?format=api",
    "name": "Play the Odds",
    "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 Florida",
                "amount": 5106.0
            },
            {
                "team": "Cincinnati",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ad0d34a-e7c3-4bf9-8128-ee2e0783edf0",
            "gambit_id": "d40c9e6d-3d40-4b0b-b147-d0bff9b19567",
            "last_updated": "2022-10-31T10:32:23.462524-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcf36ca2-5afa-44b7-b183-a38b12c68233/?format=api"
        },
        {
            "id": "7ecbd5c0-9677-4e3a-8907-68511f352ac9",
            "gambit_id": "699fe9db-806c-4f9b-936b-61947d6565e2",
            "last_updated": "2022-10-31T10:32:23.463486-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcf36ca2-5afa-44b7-b183-a38b12c68233/?format=api"
        }
    ]
}