GET /api/bet_types/c41c87bc-40fb-4ff1-89ef-3a192eb00463/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c41c87bc-40fb-4ff1-89ef-3a192eb00463",
    "match": "https://api-prod.gambitprofit.com/api/matches/f87b5759-e556-4f86-a3ee-4ec764366f14/?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 Under 67",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 67",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8cc85e77-68dd-4069-8052-37766fd91e1c",
            "gambit_id": "a4b9c5e2-9b37-4a3c-9275-587542bc9258",
            "last_updated": "2022-11-06T16:23:11.667964-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 67",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c41c87bc-40fb-4ff1-89ef-3a192eb00463/?format=api"
        },
        {
            "id": "d8571429-01fe-4f55-b53c-5628828a02ff",
            "gambit_id": "f922fbdc-0d9d-4c77-8060-1daa0a8b91cd",
            "last_updated": "2022-11-06T16:23:11.669126-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 67",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c41c87bc-40fb-4ff1-89ef-3a192eb00463/?format=api"
        }
    ]
}