GET /api/bet_types/c18548f4-0e98-4965-86e0-80fc84fbe0bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c18548f4-0e98-4965-86e0-80fc84fbe0bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/80c4d8af-bc98-4a36-ba2e-a9e4d792d168/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:15.446693-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": "Los Angeles Kings",
                "amount": 6927.0
            },
            {
                "team": "Nashville Predators",
                "amount": 3073.0
            }
        ],
        "expected_reward_tokens": 9557.03,
        "profit_sb": 57.03,
        "profit_sb_percentage": 0.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "b496aa75-2944-4eb1-a8b5-2183625545ce",
            "gambit_id": "0e958365-cdfd-4251-a82b-4e144f56a557",
            "last_updated": "2023-01-23T10:17:14.012779-05:00",
            "created_at": "2023-01-21T10:22:15.449023-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c18548f4-0e98-4965-86e0-80fc84fbe0bd/?format=api"
        },
        {
            "id": "ab4e9136-231e-44f4-9538-3e34c4cab118",
            "gambit_id": "1e438537-40a6-4da3-a6f6-de31df25c2f4",
            "last_updated": "2023-01-23T10:17:14.011617-05:00",
            "created_at": "2023-01-21T10:22:15.447825-05:00",
            "name": "Nashville Predators",
            "reward": "3.11000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c18548f4-0e98-4965-86e0-80fc84fbe0bd/?format=api"
        }
    ]
}