GET /api/bet_types/6468e2d6-1880-4062-bf68-34fa804487fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6468e2d6-1880-4062-bf68-34fa804487fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/06d774ea-9463-4d6e-9795-a377a67a7a20/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-01T10:23:20.632295-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": 5190.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4810.0
            }
        ],
        "expected_reward_tokens": 9186.3,
        "profit_sb": -313.7,
        "profit_sb_percentage": -3.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ab53ff9-7a8d-4bc2-8ac2-7abea1c3f3b6",
            "gambit_id": "5ea265e0-7b95-44ee-962b-a980962d546e",
            "last_updated": "2023-07-03T10:58:19.353700-04:00",
            "created_at": "2023-07-01T10:23:20.634898-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6468e2d6-1880-4062-bf68-34fa804487fd/?format=api"
        },
        {
            "id": "d5bbb225-b351-4341-a941-fbebf7459498",
            "gambit_id": "6f4671d3-e3f6-467a-9d3a-cea8af55f3f8",
            "last_updated": "2023-07-03T10:58:19.355836-04:00",
            "created_at": "2023-07-01T10:23:20.637303-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6468e2d6-1880-4062-bf68-34fa804487fd/?format=api"
        }
    ]
}