GET /api/bet_types/e46e81ea-7966-48a5-bdb4-1ba94fd5db13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e46e81ea-7966-48a5-bdb4-1ba94fd5db13",
    "match": "https://api-prod.gambitprofit.com/api/matches/facf3a8c-5922-4076-a703-a58a03dc048b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-29T09:23:09.371199-04: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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "79bacc74-17dd-454b-9aef-448fc6de0ec4",
            "gambit_id": "6328a4fe-5e50-43ce-aacd-db530765de21",
            "last_updated": "2023-09-30T10:48:11.862832-04:00",
            "created_at": "2023-09-29T09:23:09.375956-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e46e81ea-7966-48a5-bdb4-1ba94fd5db13/?format=api"
        },
        {
            "id": "6d6b9dd2-1913-4df4-80e1-bc2e1d2ee715",
            "gambit_id": "dd1c612b-c0ad-4626-a8a4-956c2369cf5a",
            "last_updated": "2023-09-30T10:48:11.866840-04:00",
            "created_at": "2023-09-29T09:23:09.395034-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e46e81ea-7966-48a5-bdb4-1ba94fd5db13/?format=api"
        }
    ]
}