GET /api/bet_types/6f9682d6-1975-4d5a-bf0d-a66364521fd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f9682d6-1975-4d5a-bf0d-a66364521fd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/febef81d-419f-4884-b010-cbee14fe8301/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T10:08:16.891299-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": "Kansas City Chiefs",
                "amount": 5000.0
            },
            {
                "team": "New York Jets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "067ef207-e984-4540-ae84-50fe54544fed",
            "gambit_id": "226ef54a-e46c-4e65-9b8d-188ec9c5aea1",
            "last_updated": "2023-10-02T13:58:02.877606-04:00",
            "created_at": "2023-09-28T10:08:16.895709-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f9682d6-1975-4d5a-bf0d-a66364521fd6/?format=api"
        },
        {
            "id": "1a689b70-e4c1-4b9b-b366-23b89c895ab5",
            "gambit_id": "d3a31b19-11c5-4898-a0d7-bfaddd85177b",
            "last_updated": "2023-10-02T13:58:02.881622-04:00",
            "created_at": "2023-09-28T10:08:16.900751-04:00",
            "name": "New York Jets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f9682d6-1975-4d5a-bf0d-a66364521fd6/?format=api"
        }
    ]
}