GET /api/bet_types/61df24c2-4f8c-47ee-9df6-824f8a970326/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61df24c2-4f8c-47ee-9df6-824f8a970326",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7ea148b-976c-4054-8c48-83df5e0ed40d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-28T09:42:04.418882-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 6.5",
                "amount": 5419.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "403139fc-5eed-4e85-930e-478831caf455",
            "gambit_id": "f0b51085-7145-44b4-947f-58dbb0e0bbdd",
            "last_updated": "2023-01-30T17:46:54.730961-05:00",
            "created_at": "2023-01-28T09:42:04.421577-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61df24c2-4f8c-47ee-9df6-824f8a970326/?format=api"
        },
        {
            "id": "408d16b5-af29-40c0-8c2c-3412581548b3",
            "gambit_id": "e5720984-085a-4edb-b4c2-2c0a96d13f87",
            "last_updated": "2023-01-30T17:46:54.729790-05:00",
            "created_at": "2023-01-28T09:42:04.420272-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61df24c2-4f8c-47ee-9df6-824f8a970326/?format=api"
        }
    ]
}