GET /api/bet_types/77e2911e-6591-4f66-8b6e-f13e783a66c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77e2911e-6591-4f66-8b6e-f13e783a66c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd3276a4-965d-4c28-bd49-08decd6cdc60/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-30T08:58:12.968611-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": "ATL (S Strider)",
                "amount": 7429.0
            },
            {
                "team": "WAS (J Adon)",
                "amount": 2571.0
            }
        ],
        "expected_reward_tokens": 9434.83,
        "profit_sb": -65.17,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "c48cb238-12eb-4c39-a5a5-80d4ce2de32c",
            "gambit_id": "516073fa-5f0d-4b13-a1a5-42dc465158fb",
            "last_updated": "2023-10-02T10:48:23.840794-04:00",
            "created_at": "2023-09-30T08:58:12.980816-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77e2911e-6591-4f66-8b6e-f13e783a66c9/?format=api"
        },
        {
            "id": "c250dabd-04c4-40a4-bda6-f8c6c0b3c59e",
            "gambit_id": "df03de2d-d839-466a-a275-9bc35c0e1da4",
            "last_updated": "2023-10-02T10:48:23.837435-04:00",
            "created_at": "2023-09-30T08:58:12.973523-04:00",
            "name": "WAS (J Adon)",
            "reward": "3.67000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77e2911e-6591-4f66-8b6e-f13e783a66c9/?format=api"
        }
    ]
}