GET /api/bet_types/fa12e81b-abd6-4d56-856e-6fd38fa0350f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa12e81b-abd6-4d56-856e-6fd38fa0350f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c047852-381f-4e89-a6d3-b177420c41bf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T10:37:56.906484-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": "Minnesota Wild",
                "amount": 6458.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "b78efa1e-0b54-41ca-89c8-5fe0a71b0ff1",
            "gambit_id": "18e73f82-e3b1-4a5d-8cfc-0f59a0c6d893",
            "last_updated": "2023-03-06T11:27:06.439269-05:00",
            "created_at": "2023-03-04T10:37:56.909053-05:00",
            "name": "Minnesota Wild",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa12e81b-abd6-4d56-856e-6fd38fa0350f/?format=api"
        },
        {
            "id": "f3af7a0f-e892-4f49-94e9-97bb1ef8bfd7",
            "gambit_id": "c6f67d20-c579-43dc-8dc5-c4576cd8b04f",
            "last_updated": "2023-03-06T11:27:06.437959-05:00",
            "created_at": "2023-03-04T10:37:56.907714-05:00",
            "name": "Calgary Flames",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa12e81b-abd6-4d56-856e-6fd38fa0350f/?format=api"
        }
    ]
}