GET /api/bet_types/013c247d-ede7-44d6-93a9-6784b67bbfe3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "013c247d-ede7-44d6-93a9-6784b67bbfe3",
    "match": "https://api-prod.gambitprofit.com/api/matches/39d985f2-80cb-42b3-bdc7-ddf66ad9b2ee/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-28T09:32:06.579648-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 6",
                "amount": 5098.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "0355a71b-7d4c-4f74-afe0-35d4f9a45f02",
            "gambit_id": "4aadd129-dbf6-46d6-9e2a-b71609414720",
            "last_updated": "2022-12-30T18:57:02.501663-05:00",
            "created_at": "2022-12-28T09:32:06.580929-05:00",
            "name": "Game Total Under 6",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/013c247d-ede7-44d6-93a9-6784b67bbfe3/?format=api"
        },
        {
            "id": "6bf17916-3f48-4886-a47f-36c4367262ed",
            "gambit_id": "5add14b7-11c9-403f-b902-d9967293534c",
            "last_updated": "2022-12-30T18:57:02.502781-05:00",
            "created_at": "2022-12-28T09:32:06.583010-05:00",
            "name": "Game Total Over 6",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/013c247d-ede7-44d6-93a9-6784b67bbfe3/?format=api"
        }
    ]
}