GET /api/bet_types/19b42982-30c5-4881-8b96-16d899c1506d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19b42982-30c5-4881-8b96-16d899c1506d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b21aa230-cd87-454a-a96d-046090a23af4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:05.867785-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": "Detroit Red Wings",
                "amount": 6456.0
            },
            {
                "team": "Boston Bruins",
                "amount": 3544.0
            }
        ],
        "expected_reward_tokens": 9425.76,
        "profit_sb": -74.24,
        "profit_sb_percentage": -0.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "b7268e3a-b834-4069-9c1d-c155c3068df7",
            "gambit_id": "e1374700-5037-4309-b34d-fdcb13161f33",
            "last_updated": "2023-11-06T09:23:27.079240-05:00",
            "created_at": "2023-11-04T09:48:05.872017-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19b42982-30c5-4881-8b96-16d899c1506d/?format=api"
        },
        {
            "id": "af71325a-0d0f-4ad6-9d8e-0b4f09619d70",
            "gambit_id": "a661cca6-c889-41b3-8d17-9cb7b073eaec",
            "last_updated": "2023-11-06T09:23:27.082401-05:00",
            "created_at": "2023-11-04T09:48:05.875900-04:00",
            "name": "Boston Bruins",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19b42982-30c5-4881-8b96-16d899c1506d/?format=api"
        }
    ]
}