GET /api/bet_types/a0fa5254-3094-429f-a51b-c801a90af195/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0fa5254-3094-429f-a51b-c801a90af195",
    "match": "https://api-prod.gambitprofit.com/api/matches/0733aa12-c732-45aa-875e-f6b9863551fe/?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 2.5",
                "amount": 5726.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4274.0
            }
        ],
        "expected_reward_tokens": 8760.78,
        "profit_sb": -239.22,
        "profit_sb_percentage": -2.66,
        "recommended": false
    },
    "lines": [
        {
            "id": "624f5874-9c6d-49da-a4b8-7d8b98e19c61",
            "gambit_id": "f0ec1703-5d75-4afd-8bbe-0573ac6d9fae",
            "last_updated": "2022-12-05T11:57:16.539401-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.53000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0fa5254-3094-429f-a51b-c801a90af195/?format=api"
        },
        {
            "id": "408ee627-0b06-4ac6-adad-078228799907",
            "gambit_id": "383ece4b-8dbf-4a12-b5ce-853bbab3a9f8",
            "last_updated": "2022-12-05T11:57:16.540583-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0fa5254-3094-429f-a51b-c801a90af195/?format=api"
        }
    ]
}