GET /api/bet_types/1c26bebf-ee51-4102-bfad-19a037e4ee68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c26bebf-ee51-4102-bfad-19a037e4ee68",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5af5da7-2da4-4c6f-97ed-89ce969c98b9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-19T10:38:32.440539-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": "Baltimore Ravens",
                "amount": 5319.0
            },
            {
                "team": "Washington Commanders",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "ead8b0f4-3a09-42cc-bb6a-b05c704fba5d",
            "gambit_id": "63c25f9d-fa8a-4676-8aac-27ce51f443e4",
            "last_updated": "2023-08-23T09:58:07.605885-04:00",
            "created_at": "2023-08-19T10:38:32.447313-04:00",
            "name": "Baltimore Ravens",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c26bebf-ee51-4102-bfad-19a037e4ee68/?format=api"
        },
        {
            "id": "21362bde-f1b3-4b84-80ff-b58a26aa08e4",
            "gambit_id": "4dae57f8-410b-4e66-9802-d2faa501567d",
            "last_updated": "2023-08-23T09:58:07.613911-04:00",
            "created_at": "2023-08-19T10:38:32.451890-04:00",
            "name": "Washington Commanders",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c26bebf-ee51-4102-bfad-19a037e4ee68/?format=api"
        }
    ]
}