GET /api/bet_types/0b405e17-15e4-4786-b2ba-5dc1b84c0188/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b405e17-15e4-4786-b2ba-5dc1b84c0188",
    "match": "https://api-prod.gambitprofit.com/api/matches/c09c4310-6591-4b95-93b8-2b680a8ca8b7/?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": "KAN",
                "amount": 5312.0
            },
            {
                "team": "BOS",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "4c913d25-5b42-4bfc-a23f-4cbceed1e2b2",
            "gambit_id": "2e578ea4-0801-4b62-8920-d429b351413b",
            "last_updated": "2022-08-08T11:02:07.686293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b405e17-15e4-4786-b2ba-5dc1b84c0188/?format=api"
        },
        {
            "id": "5096ba4b-81bd-46d8-bdff-6d1804904f87",
            "gambit_id": "74183ba0-8255-435e-9785-c2371302aef1",
            "last_updated": "2022-08-08T11:02:07.685928-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b405e17-15e4-4786-b2ba-5dc1b84c0188/?format=api"
        }
    ]
}