GET /api/bet_types/c4614cdd-d75d-4af3-bc15-b6c361a79bbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4614cdd-d75d-4af3-bc15-b6c361a79bbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/4490cd9e-6928-4abc-b43e-d57d001ece6f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-16T12:17:28.015199-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": "Denver Nuggets",
                "amount": 7429.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 2571.0
            }
        ],
        "expected_reward_tokens": 9434.83,
        "profit_sb": -65.17,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "51498606-ac9d-407b-be8b-a3b8fed424ff",
            "gambit_id": "20a54c3a-8baf-4b12-834f-8386532c1167",
            "last_updated": "2023-04-18T12:12:06.878542-04:00",
            "created_at": "2023-04-16T12:17:28.017803-04:00",
            "name": "Denver Nuggets",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4614cdd-d75d-4af3-bc15-b6c361a79bbd/?format=api"
        },
        {
            "id": "fb6c05b0-262b-418f-b3b2-a086ff930e8c",
            "gambit_id": "013199ad-c04b-4828-8604-c89fdf95738c",
            "last_updated": "2023-04-18T12:12:06.880848-04:00",
            "created_at": "2023-04-16T12:17:28.020395-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "3.67000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4614cdd-d75d-4af3-bc15-b6c361a79bbd/?format=api"
        }
    ]
}