GET /api/bet_types/5e986eac-e12c-4c74-b917-636577337b85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e986eac-e12c-4c74-b917-636577337b85",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b9dfbc6-3f5c-4cb9-bbf2-c8487889e20d/?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": "CHC",
                "amount": 6170.0
            },
            {
                "team": "MIA",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1e0c7af-82b4-4d1f-b2df-926cf46c90fd",
            "gambit_id": "4518ba25-6956-4e0a-8d8f-6710957a1906",
            "last_updated": "2022-09-20T08:32:10.242171-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e986eac-e12c-4c74-b917-636577337b85/?format=api"
        },
        {
            "id": "a6e0c249-3d3f-4cfb-86d6-8487deb004b0",
            "gambit_id": "158c8b7d-40f5-417a-9854-0860f5ff54a5",
            "last_updated": "2022-09-20T08:32:10.241064-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e986eac-e12c-4c74-b917-636577337b85/?format=api"
        }
    ]
}