GET /api/bet_types/b1f59671-f91d-4c8b-9b9d-7f17f252c69b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1f59671-f91d-4c8b-9b9d-7f17f252c69b",
    "match": "https://api-prod.gambitprofit.com/api/matches/10303b8c-f3b3-4623-8a50-0c02566ad36a/?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": 5110.0
            },
            {
                "team": "MIA",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "24d35da4-3b88-4c93-a9d3-9121bd6031da",
            "gambit_id": "2abcab5e-f6da-42f9-ab8c-704ffd4bfa0f",
            "last_updated": "2022-08-28T11:27:26.420011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1f59671-f91d-4c8b-9b9d-7f17f252c69b/?format=api"
        },
        {
            "id": "5f599148-810b-46a6-8915-e8ea95cd54e1",
            "gambit_id": "9c6625b4-a76d-48e6-9d7c-f284368c9000",
            "last_updated": "2022-08-28T11:27:26.419565-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1f59671-f91d-4c8b-9b9d-7f17f252c69b/?format=api"
        }
    ]
}