GET /api/bet_types/d94c7e95-a459-448f-b007-487f7edddd95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d94c7e95-a459-448f-b007-487f7edddd95",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc0efc44-a744-4d00-94b4-528c60dc823d/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 240",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 240",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c92dc8a-c0c6-4c70-aa7b-361f0f52860e",
            "gambit_id": "d58808c2-f6ca-4426-81fb-bb96b03f37db",
            "last_updated": "2022-12-17T19:42:23.176177-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 240",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "240.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d94c7e95-a459-448f-b007-487f7edddd95/?format=api"
        },
        {
            "id": "b1571ddb-1d9e-403d-8ea8-2d2e5ff8fedc",
            "gambit_id": "1928ef5d-65fc-4dca-bbbd-f6f184f56c90",
            "last_updated": "2022-12-17T19:42:23.177236-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 240",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "240.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d94c7e95-a459-448f-b007-487f7edddd95/?format=api"
        }
    ]
}