GET /api/bet_types/28073844-5c37-4234-b6e2-75de232d7988/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28073844-5c37-4234-b6e2-75de232d7988",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc0efc44-a744-4d00-94b4-528c60dc823d/?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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d470df6f-b280-4fcc-b281-edc13a84be7d",
            "gambit_id": "0dfbadb4-7917-4863-b226-b61a5bac8ad3",
            "last_updated": "2022-12-17T19:42:23.179357-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28073844-5c37-4234-b6e2-75de232d7988/?format=api"
        },
        {
            "id": "69b034ae-a2fb-488d-aac1-2a9fc0a44710",
            "gambit_id": "76a797e5-373a-4ae6-bb15-71ea75a79635",
            "last_updated": "2022-12-17T19:42:23.180394-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28073844-5c37-4234-b6e2-75de232d7988/?format=api"
        }
    ]
}