GET /api/bet_types/cf074eec-4490-498e-be63-1dae3e03f491/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf074eec-4490-498e-be63-1dae3e03f491",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed195be8-5aee-4c30-8aa4-8fee748ee9b6/?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 8.5",
                "amount": 5207.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0abb509-8000-4369-b096-fb935d688e7d",
            "gambit_id": "355bd427-a4cb-4d21-a3b4-53971b3debd0",
            "last_updated": "2022-09-11T18:27:16.260917-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf074eec-4490-498e-be63-1dae3e03f491/?format=api"
        },
        {
            "id": "456a3d4b-217b-41e2-a98f-efc29c7937aa",
            "gambit_id": "4ae7f06e-729f-407a-94b8-f4ca3dfac5ac",
            "last_updated": "2022-09-11T18:27:16.259917-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf074eec-4490-498e-be63-1dae3e03f491/?format=api"
        }
    ]
}