GET /api/bet_types/6270f699-d5f1-4479-b93b-38258fcb5af6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6270f699-d5f1-4479-b93b-38258fcb5af6",
    "match": "https://api-prod.gambitprofit.com/api/matches/35b8b897-31d3-4b2a-b3b7-0b9ee9ded471/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-15T11:53:15.029639-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": "Holly Holm",
                "amount": 5964.0
            },
            {
                "team": "Mayra Bueno Silva",
                "amount": 4036.0
            }
        ],
        "expected_reward_tokens": 9242.44,
        "profit_sb": -257.56,
        "profit_sb_percentage": -2.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1bbfe5d-07bc-440f-bc81-818b01e501fc",
            "gambit_id": "9da00155-a475-4b53-9984-d4b1b88809c9",
            "last_updated": "2023-07-17T10:23:26.122186-04:00",
            "created_at": "2023-07-15T11:53:15.032278-04:00",
            "name": "Holly Holm",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6270f699-d5f1-4479-b93b-38258fcb5af6/?format=api"
        },
        {
            "id": "4cf55a54-6664-4a97-8e7c-2fbdc19af7aa",
            "gambit_id": "34e83995-3de7-41cd-8c77-d2cd81ef81a3",
            "last_updated": "2023-07-17T10:23:26.120414-04:00",
            "created_at": "2023-07-15T11:53:15.030985-04:00",
            "name": "Mayra Bueno Silva",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6270f699-d5f1-4479-b93b-38258fcb5af6/?format=api"
        }
    ]
}