GET /api/bet_types/360aa3ab-e205-47a5-ade4-5651f294b68a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "360aa3ab-e205-47a5-ade4-5651f294b68a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6eee37dc-3eb7-4a8d-98fe-b86de3026897/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:18.930449-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": 6352.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3648.0
            }
        ],
        "expected_reward_tokens": 9083.36,
        "profit_sb": -416.64,
        "profit_sb_percentage": -4.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a4dae9b-a2bf-43ba-b73e-cae513ffc897",
            "gambit_id": "32979ad4-8ebf-46b6-94db-73a23b2fed75",
            "last_updated": "2023-04-18T12:12:05.074922-04:00",
            "created_at": "2023-04-14T12:02:18.931999-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.43000",
            "odds": "1.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/360aa3ab-e205-47a5-ade4-5651f294b68a/?format=api"
        },
        {
            "id": "78777d80-e5e7-421d-8747-8b146b21e19d",
            "gambit_id": "bcdcd79b-69ba-4338-9ce1-2014c2d4d350",
            "last_updated": "2023-04-18T12:12:05.076391-04:00",
            "created_at": "2023-04-14T12:02:18.933642-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/360aa3ab-e205-47a5-ade4-5651f294b68a/?format=api"
        }
    ]
}