GET /api/bet_types/8cf84179-f741-4a95-9a1f-fdf5861694a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cf84179-f741-4a95-9a1f-fdf5861694a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/770c4e4f-fa21-4fae-be27-827a30d2a920/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-28T11:57:06.392647-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 Under 149",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 149",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4af0822a-c212-442b-a472-51fe021e4d61",
            "gambit_id": "0bb48f90-5467-4857-a764-0d5faa101673",
            "last_updated": "2023-04-02T10:47:15.425474-04:00",
            "created_at": "2023-03-28T11:57:06.395467-04:00",
            "name": "Game Total Under 149",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "149.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cf84179-f741-4a95-9a1f-fdf5861694a9/?format=api"
        },
        {
            "id": "c0ca5463-38f3-4839-97c4-a9167b08b8b9",
            "gambit_id": "6f49145b-049e-4837-83d0-8a5d7090c648",
            "last_updated": "2023-04-02T10:47:15.427959-04:00",
            "created_at": "2023-03-28T11:57:06.398329-04:00",
            "name": "Game Total Over 149",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "149.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cf84179-f741-4a95-9a1f-fdf5861694a9/?format=api"
        }
    ]
}