GET /api/bet_types/3bc5addc-81fb-42eb-99aa-38a4bdd76023/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bc5addc-81fb-42eb-99aa-38a4bdd76023",
    "match": "https://api-prod.gambitprofit.com/api/matches/44d3b861-5603-4137-ac31-aec1d345831e/?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": "LOS",
                "amount": 5408.0
            },
            {
                "team": "MIL",
                "amount": 4592.0
            }
        ],
        "expected_reward_tokens": 9138.08,
        "profit_sb": 138.08,
        "profit_sb_percentage": 1.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "82fac49e-e4ef-4763-b8aa-90f1ef394c7f",
            "gambit_id": "4dd9ba23-f243-45de-8433-2d14e96bb890",
            "last_updated": "2022-08-23T09:36:52.060509-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bc5addc-81fb-42eb-99aa-38a4bdd76023/?format=api"
        },
        {
            "id": "246ecc0c-3399-4a2b-b663-b5455650a51b",
            "gambit_id": "633a5214-885a-4952-a8b0-16a608362638",
            "last_updated": "2022-08-23T09:36:52.060917-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "1.99000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bc5addc-81fb-42eb-99aa-38a4bdd76023/?format=api"
        }
    ]
}