GET /api/bet_types/a2dd543f-00d3-47c4-a5e5-8c7a8e83aac6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2dd543f-00d3-47c4-a5e5-8c7a8e83aac6",
    "match": "https://api-prod.gambitprofit.com/api/matches/05bc4524-aa18-426c-8f82-6f2f6f0474ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-02T08:52:10.252874-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": "Purdue",
                "amount": 5000.0
            },
            {
                "team": "LSU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a842ebd-221e-41c4-a764-124214aaf973",
            "gambit_id": "81f15731-6222-43af-83ac-ba11f0013b4e",
            "last_updated": "2023-01-03T10:02:05.550537-05:00",
            "created_at": "2023-01-02T08:52:10.255279-05:00",
            "name": "Purdue",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2dd543f-00d3-47c4-a5e5-8c7a8e83aac6/?format=api"
        },
        {
            "id": "ff53233d-f3ba-41e9-9278-f6aa16f81a0f",
            "gambit_id": "ebb4a351-6ddf-4ba8-9a60-50bbbcf4d83e",
            "last_updated": "2023-01-03T10:02:05.549302-05:00",
            "created_at": "2023-01-02T08:52:10.254052-05:00",
            "name": "LSU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2dd543f-00d3-47c4-a5e5-8c7a8e83aac6/?format=api"
        }
    ]
}