GET /api/bet_types/c54a4dc1-2828-43b4-b24f-77d806444726/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c54a4dc1-2828-43b4-b24f-77d806444726",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3e7f9c9-bf3b-49d5-8340-ae3cff7a904d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T13:48:22.547483-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3c89e1f-c8f1-422b-bd51-552110089c5d",
            "gambit_id": "366fbddf-ce62-419e-aaeb-5b209540be54",
            "last_updated": "2023-11-03T10:23:04.990213-04:00",
            "created_at": "2023-11-01T13:48:22.552304-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54a4dc1-2828-43b4-b24f-77d806444726/?format=api"
        },
        {
            "id": "58cbeeb9-6129-4fbb-973f-268daf5acbbb",
            "gambit_id": "f64186e7-4566-4f23-b57b-c6f98156e11a",
            "last_updated": "2023-11-03T10:23:04.993574-04:00",
            "created_at": "2023-11-01T13:48:22.558683-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c54a4dc1-2828-43b4-b24f-77d806444726/?format=api"
        }
    ]
}