GET /api/bet_types/2fbb1cec-191f-44b4-803d-8998f09474c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2fbb1cec-191f-44b4-803d-8998f09474c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a277d512-6205-4698-bd60-bf42bf7e6924/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:08.335396-04: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": "CWS",
                "amount": 6020.0
            },
            {
                "team": "HOU",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a5f8c9a0-1f1c-423e-946b-5ea6f1bed65b",
            "gambit_id": "c6ff2ec6-652d-4fa7-8e45-c42488754250",
            "last_updated": "2023-04-03T14:16:50.102666-04:00",
            "created_at": "2023-04-02T09:57:08.339465-04:00",
            "name": "CWS",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fbb1cec-191f-44b4-803d-8998f09474c0/?format=api"
        },
        {
            "id": "91ae1757-bd9f-4a5f-bfc1-5b12a1d33026",
            "gambit_id": "fa8e7658-d864-4cc2-8f56-d1d1a8bbf65c",
            "last_updated": "2023-04-03T14:16:50.100469-04:00",
            "created_at": "2023-04-02T09:57:08.337352-04:00",
            "name": "HOU",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fbb1cec-191f-44b4-803d-8998f09474c0/?format=api"
        }
    ]
}