GET /api/bet_types/d62c7ca6-b891-42dc-b624-a2e66da561df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d62c7ca6-b891-42dc-b624-a2e66da561df",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfc1f3c7-d2cb-4867-96d0-529a309de0ea/?format=api",
    "name": "Play the Odds",
    "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": "Montreal Canadiens",
                "amount": 5316.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": 461.68,
        "profit_sb_percentage": 5.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "b65a9b69-69f2-4b62-b71b-25070585480e",
            "gambit_id": "3e856e54-cd76-4a85-94d7-f32c5f751982",
            "last_updated": "2022-11-02T20:57:11.465849-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d62c7ca6-b891-42dc-b624-a2e66da561df/?format=api"
        },
        {
            "id": "09a27c41-4bad-4eb6-9f81-125eadaadc0b",
            "gambit_id": "cb1a6620-6d93-4440-b7c6-501a35fdfb75",
            "last_updated": "2022-11-02T20:57:11.464901-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d62c7ca6-b891-42dc-b624-a2e66da561df/?format=api"
        }
    ]
}