GET /api/bet_types/b835f901-b749-4403-9a8a-290d0208e624/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b835f901-b749-4403-9a8a-290d0208e624",
    "match": "https://api-prod.gambitprofit.com/api/matches/62d48be2-d159-4c9b-9b69-4136b6fda695/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-01T09:22:02.122787-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": "Denver Broncos",
                "amount": 5000.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ab77f15-a668-4bb5-9376-512f361f656c",
            "gambit_id": "e906a663-9944-423b-92e4-670ecfdca833",
            "last_updated": "2023-01-02T11:17:12.204072-05:00",
            "created_at": "2023-01-01T09:22:02.126140-05:00",
            "name": "Denver Broncos",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b835f901-b749-4403-9a8a-290d0208e624/?format=api"
        },
        {
            "id": "271a333d-3633-40fe-adcd-3accfd8cf0d2",
            "gambit_id": "8e2759ae-af91-447e-a4ab-e13cab3899dd",
            "last_updated": "2023-01-02T11:17:12.202968-05:00",
            "created_at": "2023-01-01T09:22:02.123968-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b835f901-b749-4403-9a8a-290d0208e624/?format=api"
        }
    ]
}