GET /api/bet_types/6717620c-0f7f-465b-a7eb-8f72d1b3dc39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6717620c-0f7f-465b-a7eb-8f72d1b3dc39",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d09c8a3-2ad6-4444-b00c-9707da8b2cd1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-04T09:43:03.396512-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 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e03e454-0019-4ee3-834f-0bb6c9ba1f4a",
            "gambit_id": "874571dd-eeda-44a3-8afa-3c68e1739cfd",
            "last_updated": "2023-07-05T19:03:30.379889-04:00",
            "created_at": "2023-07-04T09:43:03.398514-04:00",
            "name": "Game Total Over 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6717620c-0f7f-465b-a7eb-8f72d1b3dc39/?format=api"
        },
        {
            "id": "352a4a00-43e2-4615-a966-3e8942a7328b",
            "gambit_id": "67c2dc1a-f112-4007-b363-b7c8561508f1",
            "last_updated": "2023-07-05T19:03:30.381769-04:00",
            "created_at": "2023-07-04T09:43:03.400591-04:00",
            "name": "Game Total Under 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6717620c-0f7f-465b-a7eb-8f72d1b3dc39/?format=api"
        }
    ]
}