GET /api/bet_types/3847f6d4-73e1-4676-82d8-c85cd58b298b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3847f6d4-73e1-4676-82d8-c85cd58b298b",
    "match": "https://api-prod.gambitprofit.com/api/matches/542d42dd-14de-4148-8dc0-a0b2791c187f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-28T10:08:16.679312-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": "Dallas Cowboys",
                "amount": 6984.0
            },
            {
                "team": "New England Patriots",
                "amount": 3016.0
            }
        ],
        "expected_reward_tokens": 9498.24,
        "profit_sb": -1.76,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "20b3fbda-d446-4534-b712-d4a37c10ad70",
            "gambit_id": "ffc25863-95e3-4607-87b7-fbbfd3ad436f",
            "last_updated": "2023-10-02T14:03:02.762306-04:00",
            "created_at": "2023-09-28T10:08:16.687283-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.36000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3847f6d4-73e1-4676-82d8-c85cd58b298b/?format=api"
        },
        {
            "id": "0ed9905a-418b-4abd-86fc-ea8dcce748b1",
            "gambit_id": "a41a237b-87c5-41eb-9fde-e070e6f27d45",
            "last_updated": "2023-10-02T14:03:02.758976-04:00",
            "created_at": "2023-09-28T10:08:16.683462-04:00",
            "name": "New England Patriots",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3847f6d4-73e1-4676-82d8-c85cd58b298b/?format=api"
        }
    ]
}