GET /api/bet_types/dff41cc1-62de-4b8d-aef0-8a318b0c8bb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dff41cc1-62de-4b8d-aef0-8a318b0c8bb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/fca968f4-807d-48e4-8eee-dae09f311193/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Ohio State",
                "amount": 5000.0
            },
            {
                "team": "Maryland",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "745a3072-b26d-45ab-99e6-fd6b411ff09f",
            "gambit_id": "b796b3a4-a637-4157-b2ad-9c046607a724",
            "last_updated": "2022-11-21T10:23:32.980237-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-27.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dff41cc1-62de-4b8d-aef0-8a318b0c8bb9/?format=api"
        },
        {
            "id": "adb2cea3-cc72-4f5a-8b4d-d8c6075f9d22",
            "gambit_id": "c83c71b0-26e0-4139-a501-cd066884ef48",
            "last_updated": "2022-11-21T10:23:32.979275-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "27.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dff41cc1-62de-4b8d-aef0-8a318b0c8bb9/?format=api"
        }
    ]
}