GET /api/bet_types/a4aef683-f48b-4ea4-a5c5-a5af0f563949/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4aef683-f48b-4ea4-a5c5-a5af0f563949",
    "match": "https://api-prod.gambitprofit.com/api/matches/77ed1c33-1a5c-4744-939a-4fe6b1c4b37a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 7",
                "amount": 5212.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "efb14909-54a5-40dd-828e-bb6b5a40ff18",
            "gambit_id": "b1a5e4ee-755b-4842-8993-42847b7241db",
            "last_updated": "2022-10-04T13:22:07.413939-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4aef683-f48b-4ea4-a5c5-a5af0f563949/?format=api"
        },
        {
            "id": "b7fc457c-7af4-4697-9a24-77f82baf9c58",
            "gambit_id": "57f2baeb-4664-43cc-a993-2d6877c7065a",
            "last_updated": "2022-10-04T13:22:07.412863-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4aef683-f48b-4ea4-a5c5-a5af0f563949/?format=api"
        }
    ]
}