GET /api/bet_types/4ffc4e78-05c5-4ef5-a6c8-223f71fdd8b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ffc4e78-05c5-4ef5-a6c8-223f71fdd8b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/febc1c81-5b04-4b50-bcfa-10fcd3c06c54/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-04T09:53:06.475134-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 Under 2.5",
                "amount": 5676.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": -248.12,
        "profit_sb_percentage": -2.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2f0db13-1862-4fcf-b750-d97bc8c49106",
            "gambit_id": "334b6adb-bb8a-458c-8498-be190c295c59",
            "last_updated": "2023-11-06T21:38:18.806129-05:00",
            "created_at": "2023-11-04T09:53:06.484498-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ffc4e78-05c5-4ef5-a6c8-223f71fdd8b6/?format=api"
        },
        {
            "id": "3539dd18-e723-417a-982d-1d166cea7d26",
            "gambit_id": "f9cff1fd-a932-4477-a6ae-378ab5abe248",
            "last_updated": "2023-11-06T21:38:18.803091-05:00",
            "created_at": "2023-11-04T09:53:06.479783-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ffc4e78-05c5-4ef5-a6c8-223f71fdd8b6/?format=api"
        }
    ]
}