GET /api/bet_types/6298b0c1-2a40-437f-9d41-19b086aa1cd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6298b0c1-2a40-437f-9d41-19b086aa1cd7",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa8e8e14-733b-4285-a922-99cf713f98ea/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-11T08:53:08.748403-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": "Philadelphia Flyers",
                "amount": 5423.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "54fe0683-de75-4bf2-96f4-57d56e72e9fb",
            "gambit_id": "328072a0-753b-4c33-89c3-f0c3979dff56",
            "last_updated": "2023-11-13T13:43:10.209927-05:00",
            "created_at": "2023-11-11T08:53:08.753297-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6298b0c1-2a40-437f-9d41-19b086aa1cd7/?format=api"
        },
        {
            "id": "40aa2090-72e9-478d-8551-b3cc2462cc70",
            "gambit_id": "e54d39b0-2b90-4173-9837-9d2cf666527b",
            "last_updated": "2023-11-13T13:43:10.213213-05:00",
            "created_at": "2023-11-11T08:53:08.758654-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6298b0c1-2a40-437f-9d41-19b086aa1cd7/?format=api"
        }
    ]
}