GET /api/bet_types/2db037a2-07f5-45a5-96e5-50e6381f0051/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2db037a2-07f5-45a5-96e5-50e6381f0051",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e01910e-32fd-4657-922d-e601eedba949/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-31T00:17:10.134877-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": "Kentucky",
                "amount": 5000.0
            },
            {
                "team": "Iowa",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "58a49ef5-c2f5-474e-83a9-917347ec73df",
            "gambit_id": "bdf1c4ea-93e4-4321-931b-fe0b880b53ad",
            "last_updated": "2023-01-01T10:32:16.567437-05:00",
            "created_at": "2022-12-31T00:17:10.136033-05:00",
            "name": "Kentucky",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db037a2-07f5-45a5-96e5-50e6381f0051/?format=api"
        },
        {
            "id": "730371fe-a37a-4737-9c42-36ac40176a46",
            "gambit_id": "9ea59842-9593-49eb-a074-f582d08b3f08",
            "last_updated": "2023-01-01T10:32:16.568554-05:00",
            "created_at": "2022-12-31T00:17:10.137251-05:00",
            "name": "Iowa",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2db037a2-07f5-45a5-96e5-50e6381f0051/?format=api"
        }
    ]
}