GET /api/bet_types/98b2359c-5b9f-4707-a46c-9ae7a542998d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98b2359c-5b9f-4707-a46c-9ae7a542998d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f9040900-cd6e-4523-b683-416cd00fa1a2/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Vancouver Canucks",
                "amount": 5945.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "2824dbb7-9658-438f-829a-21aabf4a87c0",
            "gambit_id": "ccff1e4e-9baa-4391-a9a4-78d6c43cf46a",
            "last_updated": "2022-10-24T10:07:06.735475-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98b2359c-5b9f-4707-a46c-9ae7a542998d/?format=api"
        },
        {
            "id": "992e7d53-bdca-4224-a6c8-c15f682ad38e",
            "gambit_id": "78ba436b-d075-4a65-911c-9ba688ad5181",
            "last_updated": "2022-10-24T10:07:06.736457-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98b2359c-5b9f-4707-a46c-9ae7a542998d/?format=api"
        }
    ]
}