GET /api/bet_types/70902a57-ce91-487c-89b9-7457be47044c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70902a57-ce91-487c-89b9-7457be47044c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ffd2d78-cfc5-4c7b-b143-144d4bef662a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-09T09:47:59.057515-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 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "eb3d1ad6-fdae-47c5-9f61-7c78745a432f",
            "gambit_id": "afc0bdee-5073-4f86-b968-05d2a232e8d6",
            "last_updated": "2023-11-12T11:08:38.741141-05:00",
            "created_at": "2023-11-09T09:47:59.066329-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70902a57-ce91-487c-89b9-7457be47044c/?format=api"
        },
        {
            "id": "116283d5-261b-4d8c-b04a-58356fa9ff87",
            "gambit_id": "3cdbea0b-066f-46e5-bcfa-d2186c9469d0",
            "last_updated": "2023-11-12T11:08:38.737926-05:00",
            "created_at": "2023-11-09T09:47:59.061942-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70902a57-ce91-487c-89b9-7457be47044c/?format=api"
        }
    ]
}