GET /api/bet_types/257892fb-db22-4953-948b-ef39a2d03dea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "257892fb-db22-4953-948b-ef39a2d03dea",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e2f057b-7a8e-44ed-96ff-b65f0957bf56/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Tampa Bay Lightning",
                "amount": 5399.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "e6a948e2-42c6-4058-9f75-d8337aeb6601",
            "gambit_id": "033aea13-929d-4453-9f06-0738bd029f96",
            "last_updated": "2022-12-17T10:02:21.627571-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/257892fb-db22-4953-948b-ef39a2d03dea/?format=api"
        },
        {
            "id": "8eb017c0-66c3-49ec-9881-7c9249676c31",
            "gambit_id": "8f125b3e-bf45-446b-885e-376960767137",
            "last_updated": "2022-12-17T10:02:21.628644-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/257892fb-db22-4953-948b-ef39a2d03dea/?format=api"
        }
    ]
}