GET /api/bet_types/6c9fea97-87b0-4a0e-ac8e-7499c8f3a543/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c9fea97-87b0-4a0e-ac8e-7499c8f3a543",
    "match": "https://api-prod.gambitprofit.com/api/matches/222264d8-f066-4c6b-bef0-beff3df26e82/?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": "Mississippi",
                "amount": 5000.0
            },
            {
                "team": "Georgia Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8850.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "427308d4-d500-42ef-bdcd-5c52626372b6",
            "gambit_id": "c69f170e-6b58-4b5f-aaf2-858d9f709ef7",
            "last_updated": "2022-09-18T18:07:32.347478-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.77000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9fea97-87b0-4a0e-ac8e-7499c8f3a543/?format=api"
        },
        {
            "id": "622cfd18-b8b7-405b-8f8e-a96a8c5f8bd7",
            "gambit_id": "60bc28f8-e31c-4ed9-938b-7c9127611012",
            "last_updated": "2022-09-18T18:07:32.346502-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "1.77000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9fea97-87b0-4a0e-ac8e-7499c8f3a543/?format=api"
        }
    ]
}