GET /api/bet_types/4858b4f2-31e4-4d74-ae21-b246d24abf17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4858b4f2-31e4-4d74-ae21-b246d24abf17",
    "match": "https://api-prod.gambitprofit.com/api/matches/78a34b8d-a6c5-4001-9ec8-1d1e96a845af/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:06:58.509225-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": "Total Rounds Over 2.5",
                "amount": 6868.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3132.0
            }
        ],
        "expected_reward_tokens": 9270.72,
        "profit_sb": -229.28,
        "profit_sb_percentage": -2.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "a017e8b6-5f8f-4a3c-83fd-15edbaad0f5c",
            "gambit_id": "864af324-fd29-4c5d-8684-6bec21190983",
            "last_updated": "2023-04-29T18:57:05.222863-04:00",
            "created_at": "2023-04-22T13:06:58.520157-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4858b4f2-31e4-4d74-ae21-b246d24abf17/?format=api"
        },
        {
            "id": "52147f08-755f-4421-a6bf-922eb05bb231",
            "gambit_id": "a996023d-ded2-45f1-b476-e4a9e0184df6",
            "last_updated": "2023-04-29T18:57:05.220971-04:00",
            "created_at": "2023-04-22T13:06:58.518322-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4858b4f2-31e4-4d74-ae21-b246d24abf17/?format=api"
        }
    ]
}