GET /api/bet_types/38a0f407-7693-49b9-968b-c377c803bdcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38a0f407-7693-49b9-968b-c377c803bdcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/03e0c321-471d-428d-882d-442774c8c1b7/?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": "MIN",
                "amount": 5838.0
            },
            {
                "team": "TOR",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9281.26,
        "profit_sb": 281.26,
        "profit_sb_percentage": 3.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "20ce37cd-8d41-4231-b190-63a3315cd30f",
            "gambit_id": "1de33ae9-320a-41cc-926b-85c04651acaf",
            "last_updated": "2022-08-06T10:52:02.204898-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38a0f407-7693-49b9-968b-c377c803bdcf/?format=api"
        },
        {
            "id": "78cd9309-2c67-4fd5-8a4c-15d45f287d7d",
            "gambit_id": "b973b619-9dd1-49cb-8f7d-8432ca2a5ef4",
            "last_updated": "2022-08-06T10:52:02.205308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38a0f407-7693-49b9-968b-c377c803bdcf/?format=api"
        }
    ]
}