GET /api/bet_types/d70b6ad9-bc82-4f46-b6d4-f016c2854c87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d70b6ad9-bc82-4f46-b6d4-f016c2854c87",
    "match": "https://api-prod.gambitprofit.com/api/matches/3056f192-498b-42c7-aa40-bebd63fcab85/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-15T16:03:08.310144-04: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 2.5",
                "amount": 5511.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": -297.55,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "d16784af-0688-4063-af6c-6385ae1bb27d",
            "gambit_id": "26e3e206-ac1d-468c-b4e9-3525f1a8b041",
            "last_updated": "2023-09-18T23:23:08.698761-04:00",
            "created_at": "2023-09-15T16:03:08.314099-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d70b6ad9-bc82-4f46-b6d4-f016c2854c87/?format=api"
        },
        {
            "id": "d9541108-4b3e-4c1d-9162-6b6b905939f9",
            "gambit_id": "4d950886-916f-4d8e-8254-1b19c02fcfc8",
            "last_updated": "2023-09-18T23:23:08.702328-04:00",
            "created_at": "2023-09-15T16:03:08.318976-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d70b6ad9-bc82-4f46-b6d4-f016c2854c87/?format=api"
        }
    ]
}