GET /api/bet_types/5d25a75e-0033-475f-901a-afa6e1a5d084/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d25a75e-0033-475f-901a-afa6e1a5d084",
    "match": "https://api-prod.gambitprofit.com/api/matches/7aa72830-7ef4-4baf-a070-b2fa3c0b6afa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-30T12:47:12.196458-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "528a08a4-2a0f-415a-82dd-fc359238c823",
            "gambit_id": "92034ffa-569d-47d4-af02-f8a33f63d039",
            "last_updated": "2023-05-01T12:27:25.339213-04:00",
            "created_at": "2023-04-30T12:47:12.198245-04:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d25a75e-0033-475f-901a-afa6e1a5d084/?format=api"
        },
        {
            "id": "fe0ceb8a-cb4a-49cc-9595-fd050b49648a",
            "gambit_id": "1bb7a64b-aaa7-4578-9d34-2143dfa91587",
            "last_updated": "2023-05-01T12:27:25.341634-04:00",
            "created_at": "2023-04-30T12:47:12.200136-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d25a75e-0033-475f-901a-afa6e1a5d084/?format=api"
        }
    ]
}