GET /api/bet_types/ec3d7074-687f-49df-a044-c0f007a71784/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec3d7074-687f-49df-a044-c0f007a71784",
    "match": "https://api-prod.gambitprofit.com/api/matches/fcbf3faa-b727-4c64-aac9-01a832bdcc05/?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": "Florida Atlantic",
                "amount": 5000.0
            },
            {
                "team": "Mid Tenn State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5287835f-47c4-477b-8957-74866035d3a2",
            "gambit_id": "07ed9ca2-9269-4a5a-8cb3-c6b68fbf6766",
            "last_updated": "2022-11-21T11:43:35.362943-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec3d7074-687f-49df-a044-c0f007a71784/?format=api"
        },
        {
            "id": "b2974095-c2e1-497a-84c4-f7f60ef21f7c",
            "gambit_id": "b0f42b94-c996-4162-8ec4-f8b663fcbb8b",
            "last_updated": "2022-11-21T11:43:35.362003-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mid Tenn State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec3d7074-687f-49df-a044-c0f007a71784/?format=api"
        }
    ]
}