GET /api/bet_types/57578d09-c58f-422d-893f-bf7dc27fa6c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57578d09-c58f-422d-893f-bf7dc27fa6c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/18cb0256-fdc7-470f-b270-6cec5689d86f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-06T11:51:56.485567-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": "Vegas Golden Knights",
                "amount": 6547.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c2bc83f-e239-4d2b-ab01-39e10287413d",
            "gambit_id": "e9170a3f-b0ed-4e45-882a-0686516ccc74",
            "last_updated": "2023-05-07T11:57:18.516833-04:00",
            "created_at": "2023-05-06T11:51:56.486987-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57578d09-c58f-422d-893f-bf7dc27fa6c1/?format=api"
        },
        {
            "id": "aeafaa0e-601c-4024-931d-1175527f64a6",
            "gambit_id": "734d3b4b-4f28-4910-9865-59d242c1345c",
            "last_updated": "2023-05-07T11:57:18.518123-04:00",
            "created_at": "2023-05-06T11:51:56.488508-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57578d09-c58f-422d-893f-bf7dc27fa6c1/?format=api"
        }
    ]
}