GET /api/bet_types/5fc6f45e-dadb-4a48-b666-120c5508176c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fc6f45e-dadb-4a48-b666-120c5508176c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fd87d95-6aa1-483b-91d8-6efc9823b801/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-28T10:03:12.829408-05: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": "Minnesota Timberwolves",
                "amount": 8417.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 1583.0
            }
        ],
        "expected_reward_tokens": 9511.21,
        "profit_sb": 11.21,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "0aeedaa4-4e9b-4350-826a-75c4a982b140",
            "gambit_id": "1e935855-6c98-49a7-b00f-625903b16004",
            "last_updated": "2023-12-30T16:28:09.821404-05:00",
            "created_at": "2023-12-28T10:03:12.839241-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.13000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fc6f45e-dadb-4a48-b666-120c5508176c/?format=api"
        },
        {
            "id": "bdda5cc6-1f4a-4e09-bc29-fcbc283c0471",
            "gambit_id": "f8269c75-78bc-44f5-b88c-ce9ab3eade55",
            "last_updated": "2023-12-30T16:28:09.817236-05:00",
            "created_at": "2023-12-28T10:03:12.833950-05:00",
            "name": "Dallas Mavericks",
            "reward": "6.01000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fc6f45e-dadb-4a48-b666-120c5508176c/?format=api"
        }
    ]
}