GET /api/bet_types/52506ea4-c4fd-488f-ac33-4108b22c1137/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52506ea4-c4fd-488f-ac33-4108b22c1137",
    "match": "https://api-prod.gambitprofit.com/api/matches/7506e2fe-97de-432b-9d31-82882c7dc12a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-25T10:32:08.303701-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": "Vancouver Canucks",
                "amount": 6104.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "97c4e4a4-0e88-4ace-a5b0-2c9bc58a3d8b",
            "gambit_id": "bbc1b813-233f-491d-ab20-0bdf371f411f",
            "last_updated": "2023-01-26T10:57:03.234632-05:00",
            "created_at": "2023-01-25T10:32:08.306771-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52506ea4-c4fd-488f-ac33-4108b22c1137/?format=api"
        },
        {
            "id": "50be4b18-688e-4c6e-9d5f-fe62235cd4a4",
            "gambit_id": "a995b48e-a849-4988-aae6-0d3f8d2724b9",
            "last_updated": "2023-01-26T10:57:03.233558-05:00",
            "created_at": "2023-01-25T10:32:08.305056-05:00",
            "name": "Seattle Kraken",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52506ea4-c4fd-488f-ac33-4108b22c1137/?format=api"
        }
    ]
}