GET /api/bet_types/199b8b73-a96c-4bfb-9076-9114c1105513/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "199b8b73-a96c-4bfb-9076-9114c1105513",
    "match": "https://api-prod.gambitprofit.com/api/matches/512ac8ea-c461-4a1e-be13-11480c5aa2ad/?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 2.5",
                "amount": 6786.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3214.0
            }
        ],
        "expected_reward_tokens": 9159.9,
        "profit_sb": -340.1,
        "profit_sb_percentage": -3.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "26d92c60-75fa-4e35-b62f-149c58369fcb",
            "gambit_id": "3bc4dea5-1822-4f5e-b01b-e97f3468ac60",
            "last_updated": "2022-10-27T12:02:07.219283-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.35000",
            "odds": "1.36000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199b8b73-a96c-4bfb-9076-9114c1105513/?format=api"
        },
        {
            "id": "8b0b5cd9-d67a-4e4e-b5b2-0d4fee7ecb23",
            "gambit_id": "20a1c5a3-0f30-4f2f-b010-9d79609dc173",
            "last_updated": "2022-10-27T12:02:07.218305-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.85000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/199b8b73-a96c-4bfb-9076-9114c1105513/?format=api"
        }
    ]
}