GET /api/bet_types/3e4445c1-314e-42e2-8bcc-8a7b7c3673d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e4445c1-314e-42e2-8bcc-8a7b7c3673d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/32e6266a-00bd-4d48-9bf6-d9416e70191f/?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 Over 9.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a8a5814-ba8f-452f-a22b-e198fe98b861",
            "gambit_id": "5f4d8ea4-b572-4c71-8ee4-112915eb74f4",
            "last_updated": "2022-09-26T10:22:07.742196-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e4445c1-314e-42e2-8bcc-8a7b7c3673d1/?format=api"
        },
        {
            "id": "b3794d89-cbea-43af-9c26-a883998738bc",
            "gambit_id": "c5c5e695-65b7-4970-bac5-9f280e05056c",
            "last_updated": "2022-09-26T10:22:07.741002-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e4445c1-314e-42e2-8bcc-8a7b7c3673d1/?format=api"
        }
    ]
}