GET /api/bet_types/ca657cc4-dcaf-4895-a1c1-6689667ad10a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca657cc4-dcaf-4895-a1c1-6689667ad10a",
    "match": "https://api-prod.gambitprofit.com/api/matches/678a8efe-9ea3-4d5d-b08b-9e5f34850dcc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:17.115777-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": "Nashville Predators",
                "amount": 6942.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "aaf29cf9-0302-4428-83e2-44830f652b84",
            "gambit_id": "b02e2863-5e25-42bd-95dc-e6f43177e360",
            "last_updated": "2023-03-17T13:52:06.458676-04:00",
            "created_at": "2023-03-16T17:37:17.117713-04:00",
            "name": "Nashville Predators",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca657cc4-dcaf-4895-a1c1-6689667ad10a/?format=api"
        },
        {
            "id": "700cfa46-0b25-40ac-826c-66a099ffbaa5",
            "gambit_id": "c34bbf7e-37d5-473b-a823-d65b90fc1155",
            "last_updated": "2023-03-17T13:52:06.459798-04:00",
            "created_at": "2023-03-16T17:37:17.119763-04:00",
            "name": "Chicago Blackhawks",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca657cc4-dcaf-4895-a1c1-6689667ad10a/?format=api"
        }
    ]
}